home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2004 #2 / K-CD-2-2004.ISO / Fire Chief / data1.cab / Program_Executable_Files / data / states / arbre_TextureAlpha.ini next >
Encoding:
Text File  |  2003-05-28  |  1.1 KB  |  44 lines

  1. mgStateInclude                Misc.txt
  2.  
  3. //-------------------- General --------------------
  4. mgStateFillMode             Solid
  5. mgStateCullMode             CCW
  6. mgStateShadeMode             Gouraud
  7. mgStateClip                 Y
  8.  
  9. //-------------------- ZBuffer --------------------
  10. mgStateZBuffer                 Y
  11. mgStateZBufferWrite         Y
  12. mgStateZBufferFunc            LessEqual
  13. mgStateZBufferBias            0
  14.  
  15. //-------------------- Texture --------------------
  16. mgStateTexture                Y
  17. mgStateInclude                TextureParam4x.txt
  18.  
  19.  
  20. //-------------------- AlphaBlend --------------------
  21. mgStateAlphaBlend             N
  22. mgStateAlphaBlendSrc        SrcAlpha
  23. mgStateAlphaBlendDest        InvSrcAlpha
  24. mgStateAlphablendOp            Add
  25.  
  26. //-------------------- AlphaTest --------------------
  27. mgStateAlphaTest             Y
  28. mgStateAlphaTestRef            128
  29. mgStateAlphaTestFunc        GreaterEqual
  30.  
  31. //-------------------- Fog --------------------
  32. mgStateFog                    N
  33. mgStateInclude                FogParam.txt
  34.  
  35. //-------------------- Light --------------------
  36. mgStateLight                Y
  37. mgStateColorVertex            N
  38. mgStateNormalizeNormals        Y
  39. mgStateSpecular                N
  40. mgStateDiffuseMatSource      Color1
  41. mgStateSpecularMatSource     Color2
  42. mgStateAmbientMatSource      Color2
  43. mgStateEmissiveMatSource     Material
  44.